home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / program / truview.rea < prev    next >
Text File  |  1996-01-16  |  1KB  |  26 lines

  1. Short:    614125 colors on AGA (FAST!!)
  2. Author:   epgbd@cluster1.urz.uni-halle.de (Smack/Infect)
  3. Uploader: epgbd@cluster1.urz.uni-halle.de (Smack/Infect)
  4. Type:     dev/misc
  5.  
  6.  
  7. This is an example how to implement a "faked TrueColor" display. I got the
  8. idea to do this when I had a look at the MultiColour system by Stefan Kost.
  9. It is terribly slow so I sat down and wrote a fast version in assembler.
  10. My little program only supports AGA output (8bit Super-High Res Laced) which
  11. makes 85 steps for the RGB components possible. It reads 24bit PPM files
  12. that can be created with djpeg for instance. When viewing JPG files this way
  13. (means djpeg creates a temporary PPM file) you get the output on your screen
  14. in about 2/3 of the time that FastView (or other "normal" viewers) need!
  15.  
  16. Warning:
  17. This program is not a tool for everyday usage. As it has very limited features
  18. and could still contain severe bugs it is rather a piece of experimental code
  19. than a software product.
  20.  
  21. Programmers should take a look at the source code for details. Maybe someone
  22. could implement this kind of display in a real picture viewer? There are
  23. ofcourse some problems left such as the wrong pixel aspect. I had no idea how
  24. to correct this in a way that doesn't hurt performance.
  25. Contact me for talking about this and coding in general.
  26.